home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Freeware 31 / FreelogHS31.iso / ArgentCompta / FASTCOMPTA / Setup FASTCOMPTA.exe / {app} / FastCompta.chm / html / tip_form.js < prev    next >
Text File  |  2006-12-30  |  508b  |  22 lines

  1. // Tipue 1.52
  2.  
  3.  
  4. // ---------- script properties ----------
  5.  
  6.  
  7. var results_location = "results.html";
  8.  
  9.  
  10. // ---------- end of script properties ----------
  11.  
  12.  
  13. function search_form(tip_Form) {
  14.   
  15.     if (tip_Form.elements['d'].value.length > 0) {
  16.         document.cookie = '_hw_d_hw_=' + escape(tip_Form.elements['d'].value) + '; path=/';
  17.         document.cookie = '_hw_n_hw_=0; path=/';
  18.         window.clipboardData.setData("Text",escape(tip_Form.elements["d"].value));
  19.         window.location = results_location;
  20.     }
  21. }
  22.